log/slog.defaultHandler.output (field)

5 uses

	log/slog (current package)
		handler.go#L97: 	output func(pc uintptr, data []byte) error
		handler.go#L103: 		output: output,
		handler.go#L122: 	return h.output(r.PC, *buf)
		handler.go#L126: 	return &defaultHandler{h.ch.withAttrs(as), h.output}
		handler.go#L130: 	return &defaultHandler{h.ch.withGroup(name), h.output}